Versatile  Item  Controller (VICky NPC)

 There is many really worthwhile mods available that use a controller NPC to operate. However just to try one out will add another sim into your neighbourhood making removing it difficult, you can't just delete the sim without putting your neighbourhoods at risk. Each of these mods require their own NPC because only that NPC contains the specific op-codes to control the item.
 The concept here is to move the op-codes to the item being controlled and have one NPC that 'knows' to run the op-codes from there, then we can try out the mod without adding another sim and, if we don't like/need it enough to keep we can simply delete it.

 The first item here for Vicky to control is a bumper car (found in hobbies / recreation), the mesh was made from the Vroom! single bed and uses textures from that bed so Seasons EP is required. Although the concept is nicked from Echo's Carnival Set the mesh and op-codes have been completely re-done and no extra files are required. Instead of a custom routing marker to mark the 'home tile' to return to they simply use the 'watch clouds' routing marker. When a sim rides in one the head lights come on and provided BV is installed they have spark effects at the top of the conductor rod. If used at an owned business customers will pay $20 per ride, the ride lasts for one sim hour and since no staff are needed they are reasonably profitable at a small, fledgling business, however the income from them is not enough to cover having staff and since they'll pull customers away from the main business they're not so good at an established business.

 Technical notes:
 Vicky will idle for a short time checking for an item to be placed into one of her slots above slot 2 (sims use slot 2 for a 'head slot holder' so it always contains something). Once she detects something she'll run the opcode named 'CT - Run NPC Behavior' by name, if she returns from that opcode either true or false or nothing is detected in one of her slots within a short time she'll self delete. Her Attribute 0x002D can be used by some things to hold a return point, before self deleting she'll verify that item, if it exists she'll confirm it's not a sim then delete it.
